AKEY_EVENT_ACTION_DOWN

Key event actions.

Values

ValueMeaning
AKEY_EVENT_ACTION_DOWN0

The key has been pressed down.

AKEY_EVENT_ACTION_UP1

The key has been released.

AKEY_EVENT_ACTION_MULTIPLE2

Multiple duplicate key events have occurred in a row, or a complex string is being delivered. The repeat_count property of the key event contains the number of times the given key code should be executed.

Meta